html, body{
	padding:0px;
	margin:0px;
	background:#FFF;
}
p, h1, h2, h3, h4, h5, h6, ul, li, table, td, tr, a{
	font-family: 'PT Sans Narrow', sans-serif;
}
h2{
	font-size:30px;
	text-align:center;
	color:#C93;
}
a{
	text-decoration:none;
}
.container{
	width:1100px;
	height:auto;
	margin:auto;
}
.clear{
	clear:both;
}

/*TOPO*/
.topo1{
	width:100%;
	height:30px;
	border-bottom:4px solid #C93;
	background:#000;
}
.topo1-bg1{
	width:auto;
	height:40px;
	float:left;
}
.topo1-bg{
	width:auto;
	height:40px;
	float:right;
}
.topo1-bg-link{
	float:right;
}
.topo1-imagem-place{
	width:30px;
	height:30px;
	float:left;
	background-image:url(../img/global/place.png);
	background-size:70%;
	background-position:center center;
	background-repeat:no-repeat;
	transition:ease-in-out 0.3s;
}
	.topo1-bg-link:hover .topo1-imagem-place{
		background-image:url(../img/global/places.png);
	}
.topo1-imagem-job{
	width:30px;
	height:30px;
	float:left;
	background-image:url(../img/global/job.png);
	background-size:70%;
	background-position:center center;
	background-repeat:no-repeat;
	transition:ease-in-out 0.3s;
}
	.topo1-bg-link:hover .topo1-imagem-job{
		background-image:url(../img/global/jobs.png);
	}
.topo1-texto{
	width:auto;
	height:40px;
	margin:0px 10px 0px 0px;
	float:left;
}
	.topo1-texto p{
		margin:7px 0px;
		font-size:12px;
		color:#FFF;
	}
	.topo1-texto a{
		color:#FFF;
		transition:ease-in-out 0.3s;
	}
	.topo1-bg-link:hover .topo1-texto a{
		color:#C93
	}
.topo2{
	width:100%;
	height:200px;
	background-image:url(../img/global/bg-efeito.png);
	background-size:100% 100%;
}
.marca{
	width:200px;
	height:100px;
	float:left;
}
	.marca img{
		height:100px;
		margin:10px 0px;
	}
.dados{
	width:auto;
	height:auto;
	margin:10px 0 0 300px;
	float:right;
}
.dados-bg1{
	width:auto;
	height:auto;
	margin:0 0 0 20px;
	float:right;
}
.dados-bg2{
	width:auto;
	height:30px;
	margin:30px 0 30px 20px;
	padding:0 15px 0 10px;
	float:right;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
.dados-img{
	width:30px;
	height:90px;
	float:right;
}
	.dados-img img{
		width:20px;
		height:20px;
		margin:30px 0 0 10px;
	}
	.dados-bg2 .dados-img{
		margin:-30px 0 0 0;
	}
.dados-texto{
	width:auto;
	height:20px;
	margin:0 0 0 5px;
	float:right;
}
	.dados-texto table{
		width:auto;
		height:80px;
	}
	.dados-bg2 .dados-texto table{
		margin:-30px 0 0 0;
	}
	.dados-texto p{
		text-align:center;
		font-size:14px;
		margin:0px;
		color:#C93
	}
	.dados-texto b{
		font-size:15px;
		color:#333
	}

/*MENU*/	
#nav-total {
    width:100%;
	height:auto;	 
}
.f-nav  {
	width:100%;
	height:60px;
	position: fixed;
	z-index: 9999; 
	top: 0;
	background-image:url(../img/global/bg-efeito.png);
	background-size:100% 150%;
	border-bottom:1px solid #CCC;
}
.f-nav  .menu{
	margin:0px 0px 0px;
}
.menu{
	width:100%;
	height:60px;
	border-top:1px solid #DDD;
	margin:-85px 0px 0px 0px;
}
	.menu ul{
		width:auto;
		height:60px;
		margin:0px 10px 0 160px;
		padding:0px;
		list-style:none;
	}
	.menu li{
		width:157px;
		height:57px;
		float:left;
		margin:0px;
		transition:ease-in-out 0.3s
	}
		.menu li:hover{
			border-bottom:3px solid #C93;
		}
	.menu p{
		text-align:center;
		margin:18px;
		font-size:20px;
		transition:ease-in-out 0.3s
	}
	.menu a{
		color:#777;
	}
		.menu a:hover{
			color:#000;
		}

/*BANNER*/
.banner{
	width:100%;
	height:400px;
	margin:0px 0px 0px 0px;
	overflow:hidden;
}

/*INICIAL*/
.inicial1{
	width:100%;
	height:220px;
	margin:0px 0px 200px 0px;
	background:#EEE;
}
.inicial1 .titulo{
	width:100%;
	padding:30px 0px;
	height:50px;
	position:relative;
	z-index:2;
}
	.inicial1 .titulo h1{
		text-align:center;
		color:#C93;
		margin:0px;
		font-size:36px
	}
.inicial1-bg{
	width:100%;
	height:300px;
	position:relative;
	z-index:2
}
.inicial1-servico{
	width:258px;
	height:258px;
	border-radius:250px;
	float:left;
	border:1px solid #CCC;
	background:#FFF;
}
.inicial1-servico-bg-edificacao{
	width:248px;
	height:248px;
	margin:5px;
	overflow:hidden;
	border-radius:250px;
	transition:ease-in-out 0.3s;
	background-image:url(../img/inicial/edificacao.png);
	background-color:#AAA;
	background-position:100px 100px;
	background-size:70%;
	background-repeat:no-repeat;
}
	.inicial1-servico-bg-edificacao:hover{
		background-color:#999;	
	}
.inicial1-servico-bg-construcao{
	width:248px;
	height:248px;
	margin:5px;
	overflow:hidden;
	border-radius:250px;
	transition:ease-in-out 0.3s;
	background-image:url(../img/inicial/construcao.png);
	background-color:#AAA;
	background-position:100px 100px;
	background-size:70%;
	background-repeat:no-repeat;
}
	.inicial1-servico-bg-construcao:hover{
		background-color:#999;	
	}
.inicial1-servico-bg-solar{
	width:248px;
	height:248px;
	margin:5px;
	overflow:hidden;
	border-radius:250px;
	transition:ease-in-out 0.3s;
	background-image:url(../img/inicial/solar.png);
	background-color:#AAA;
	background-position:100px 100px;
	background-size:70%;
	background-repeat:no-repeat;
}
	.inicial1-servico-bg-solar:hover{
		background-color:#999;	
	}
.inicial1-servico-bg-estrutura{
	width:248px;
	height:248px;
	margin:5px;
	overflow:hidden;
	border-radius:250px;
	transition:ease-in-out 0.3s;
	background-image:url(../img/inicial/estrutura.png);
	background-color:#AAA;
	background-position:100px 100px;
	background-size:70%;
	background-repeat:no-repeat;
} 
	.inicial1-servico-bg-estrutura:hover{
		background-color:#999;	
	}
.inicial1-texto{
	width:248px;
	height:248px;
}
	.inicial1-texto table{
		width:248px;
		height:248px;
	}
	.inicial1-texto h3{
		color:#333;
		text-align:center;
		font-size:24px;
		font-weight:normal;
		margin:-25px 0px 5px;
	}
	.inicial1-texto p{
		color:#FFF;
		font-size:16px;
		margin:0px 10px;
		text-align:center;
	}
.inicial1-espaco{
	width:13px;
	height:300px;
	float:left;
}
.inicial1-efeito{
	width:100%;
	height:10px;
	margin:-180px 0px 150px 0px;
	background:#EEE;
}
.inicial0{
	width:100%;
	height:500px;
	background:#FFF;
}
.inicial0-ef1{
	width:549px;
	height:100px;
	margin:30px 0px 20px;
	border-right:1px solid #CCC;
}
.inicial0-ef2{
	width:549px;
	height:20px;
	margin:30px 0px 0px;
	border-right:1px solid #CCC;
}
	.inicial0 h1{
		margin:0px 0px;
		color:#666;
		font-size:40px;
		text-align:center;
	}
	.inicial0 strong{
		color:#A82;
	}
	.inicial0 p{
		margin:0px 200px;
		color:#666;
		font-size:18px;
		line-height:28px;
		text-align:justify;
	}
.inicial0-mais{
	width:100px;
	height:100px;
	border-radius:100px;
	margin:0px auto 20px;
	border:1px solid #CCC;
	transition:ease-in-out 0.3s;
}
	.inicial0-mais:hover{
		background:#EEE;
	}
	.inicial0-mais p{
		margin:35px 0px;
		font-size:12px;
		text-transform:uppercase;
		color:#666;
		text-align:center;
	}
.inicial2{
	width:100%;
	height:410px;
	margin:0px 0px 0px;
	padding:50px 0px;
	border-top:2px solid #A82;
	background:#C93;
	background-image:url(../img/inicial/bg-efeito.jpg);
	background-size:cover;
}
.inicial2-titulo{
	width:200px;
	height:40px;
	margin:-70px auto 0px;
	border:1px solid #A82;
	border-top:2px solid #FFF;
	background:#FFF;
}
	.inicial2-titulo h2{
		margin:0px;
		text-align:center;
		color:#C93;
	}
.inicial2-bg{
	width:100%;
	height:340px;
}
.inicial2-imagem-bg{
	width:340px;
	height:340px;
	padding:10px;
	border:3px solid #A82;
	float:left;
	border-radius:340px;
}
.inicial2-imagem{
	width:340px;
	height:340px;
	background:#F00;
	border-radius:340px;
	overflow:hidden;
}
	.inicial2-imagem img{
		height:340px;
	}
.inicial2-texto{
	width:700px;
	height:320px;
	float:right;
}
	.inicial2-texto h2{
		color:#FFF;
		font-size:30px;
	}
	.inicial2-texto p{
		color:#FFF;
	}
.inicial2-passa-bg{
	width:200px;
	height:20px;
	margin:20px auto;
}
.inicial2-passa0{
	width:15px;
	height:15px;
	margin:5px;
	border-radius:15px;
	background:#EEE;
	float:left;
}
.inicial2-passa1{
	width:15px;
	height:15px;
	margin:5px;
	border-radius:15px;
	background:#000;
	float:left;
}



.titulo{
	width:1100px;
	height:auto;
}
.titulo-ef1{
	width:549px;
	height:50px;
	margin:30px 0px 20px;
	border-right:1px solid #CCC;
}
.titulo-ef2{
	width:549px;
	height:20px;
	margin:20px 0px 30px;
	border-right:1px solid #CCC;
}
	.titulo h1{
		margin:0px 0px;
		color:#666;
		font-size:40px;
		text-align:center;
	}
	.titulo span{
		color:#C93;
	}
	.titulo p{
		margin:0px 200px;
		color:#666;
		font-size:18px;
		line-height:28px;
		text-align:center;
	}

/*EMPRESA*/	
.empresa2{
	width:1100px;
	height:auto;
}
	.empresa2 h2{
		margin:0px 0px 10px;
		color:#C93;
		font-size:30px;
		text-align:center;
	}
	.empresa2 p{
		column-width:535px;
		column-gap:30px;
		column-count:2;
		margin:0px;
		color:#666;
		text-align:justify;
		font-size:16px;
		line-height:26px;
	}
.empresa3{
	width:100%;
	height:auto;
	margin:50px 0px;
}
	.empresa3 img{
		width:100px;
		margin:20px 100px 0px;
	}
	.empresa3 h2{
		font-size:24px;
		text-align:center;
		color:#333;
		margin:10px;
	}
	.empresa3 p{
		font-size:18px;
		margin:0px 10px;
		color:#FFF;
		text-align:center;
	}
	.empresa3 table{
		width:250px;
		height:250px;
	}
.empresa3-visao{
	width:250px;
	height:250px;
	margin:0px 0px 0px 75px;
	overflow:hidden;
	border-radius:300px;
	float:left;
	transition:ease-in-out 0.3s;
	background-image:url(../img/empresa/visao.png);
	background-color:#AAA;
	background-position:100px 100px;
	background-size:70%;
	background-repeat:no-repeat;
} 
	.empresa3-visao:hover{
		background-color:#999;	
	}
.empresa3-valores{
	width:250px;
	height:250px;
	overflow:hidden;
	border-radius:300px;
	float:left;
	transition:ease-in-out 0.3s;
	background-image:url(../img/empresa/valores.png);
	background-color:#AAA;
	background-position:100px 100px;
	background-size:70%;
	background-repeat:no-repeat;
} 
	.empresa3-valores:hover{
		background-color:#999;	
	}
.empresa3-missao{
	width:250px;
	height:250px;
	margin:0px 100px;
	overflow:hidden;
	border-radius:300px;
	float:left;
	transition:ease-in-out 0.3s;
	background-image:url(../img/empresa/missao.png);
	background-color:#AAA;
	background-position:100px 100px;
	background-size:70%;
	background-repeat:no-repeat;
} 
	.empresa3-missao:hover{
		background-color:#999;	
	}
	
/*SERVICOS*/
.servicos-bg{
	width:258px;
	height:258px;
	border-radius:250px;
	float:left;
	border:1px solid #CCC;
	background:#FFF;
}
.servicos-bg-edificacao{
	width:248px;
	height:248px;
	margin:5px;
	overflow:hidden;
	border-radius:250px;
	transition:ease-in-out 0.3s;
	background-image:url(../img/inicial/edificacao.png);
	background-color:#AAA;
	background-position:100px 100px;
	background-size:70%;
	background-repeat:no-repeat;
}
	.servicos-bg-edificacao:hover{
		background-color:#999;	
	}
.servicos-bg-construcao{
	width:248px;
	height:248px;
	margin:5px;
	overflow:hidden;
	border-radius:250px;
	transition:ease-in-out 0.3s;
	background-image:url(../img/inicial/construcao.png);
	background-color:#AAA;
	background-position:100px 100px;
	background-size:70%;
	background-repeat:no-repeat;
}
	.servicos-bg-construcao:hover{
		background-color:#999;	
	}
.servicos-bg-solar{
	width:248px;
	height:248px;
	margin:5px;
	overflow:hidden;
	border-radius:250px;
	transition:ease-in-out 0.3s;
	background-image:url(../img/inicial/solar.png);
	background-color:#AAA;
	background-position:100px 100px;
	background-size:70%;
	background-repeat:no-repeat;
}
	.servicos-bg-solar:hover{
		background-color:#999;	
	}
.servicos-bg-estrutura{
	width:248px;
	height:248px;
	margin:5px;
	overflow:hidden;
	border-radius:250px;
	transition:ease-in-out 0.3s;
	background-image:url(../img/inicial/estrutura.png);
	background-color:#AAA;
	background-position:100px 100px;
	background-size:70%;
	background-repeat:no-repeat;
} 
	.servicos-bg-estrutura:hover{
		background-color:#999;	
	}
.servicos-texto{
	width:248px;
	height:248px;
}
	.servicos-texto table{
		width:248px;
		height:248px;
	}
	.servicos-texto h3{
		color:#333;
		text-align:center;
		font-size:24px;
		font-weight:normal;
		margin:-25px 0px 5px;
	}
	.servicos-texto p{
		color:#FFF;
		font-size:16px;
		margin:0px 10px;
		text-align:center;
	}
.servicos-espaco{
	width:13px;
	height:300px;
	float:left;
}
.servicos-int-bg{
	width:248px;
	height:248px;
	border-radius:250px;
	float:left;
	border:1px solid #CCC;
	background:#FFF;
	margin:0px 0px 50px 0px;
}
	.servicos-int-bg p{
		font-size:18px;
		color:#666;
		text-align:center;
	}
.servicos-int-conteudo-bg{
	width:228px;
	height:228px;
	margin:10px;
	overflow:hidden;
	border-radius:250px;
}
.servicos-int-imagem{
	width:228px;
	height:228px;
	overflow:hidden;
}
	.servicos-int-imagem img{
		width:260px;
		min-height:260px;
		margin:-10px
	}
.servicos-int-espaco{
	width:33px;
	height:248px;
	float:left;
}
.servicos-int-mais{
	width:100px;
	height:100px;
	border-radius:100px;
	margin:30px auto 70px;
	border:1px solid #CCC;
	transition:ease-in-out 0.3s;
}
	.servicos-int-mais:hover{
		background:#EEE;
	}
	.servicos-int-mais p{
		margin:45px 0px;
		font-size:12px;
		text-transform:uppercase;
		text-align:center;
	}
	.servicos-int-mais a{
		color:#C93;
	}
.servico-solar1{
	width:500px;
	float:left;
	height:auto;
}
	.servico-solar1 p{
		margin:0px;
		color:#666;
		text-align:justify;
		font-size:16px;
		line-height:26px;
	}
.servico-solar2{
	width:550px;
	float:right;
	height:auto;
}
	.servico-solar2 img{
		width:550px;
		height:auto;
	}
.servico-solar3{
	width:100%;
	height:auto;
}
	.servico-solar3 h2{
		text-align:center;
		font-size:30px;
		color:#C93
	}
.servicos-bg-solar1{
	width:228px;
	height:228px;
	margin:10px;
	overflow:hidden;
	border-radius:250px;
	transition:ease-in-out 0.3s;
	background-image:url(../img/servico/engrenagem.png);
	background-color:#AAA;
	background-position:100px 100px;
	background-size:70%;
	background-repeat:no-repeat;
}
	.servicos-bg-solar1:hover{
		background-color:#999;
	}
.servicos-bg-solar2{
	width:228px;
	height:228px;
	margin:10px;
	overflow:hidden;
	border-radius:250px;
	transition:ease-in-out 0.3s;
	background-image:url(../img/servico/arquivo.png);
	background-color:#AAA;
	background-position:100px 100px;
	background-size:70%;
	background-repeat:no-repeat;
}
	.servicos-bg-solar2:hover{
		background-color:#999;
	}
.servicos-bg-solar3{
	width:228px;
	height:228px;
	margin:10px;
	overflow:hidden;
	border-radius:250px;
	transition:ease-in-out 0.3s;
	background-image:url(../img/servico/bateria.png);
	background-color:#AAA;
	background-position:100px 100px;
	background-size:70%;
	background-repeat:no-repeat;
}
	.servicos-bg-solar3:hover{
		background-color:#999;
	}
.servicos-bg-solar4{
	width:228px;
	height:228px;
	margin:10px;
	overflow:hidden;
	border-radius:250px;
	transition:ease-in-out 0.3s;
	background-image:url(../img/servico/ferramentas.png);
	background-color:#AAA;
	background-position:100px 100px;
	background-size:70%;
	background-repeat:no-repeat;
}
	.servicos-bg-solar4:hover{
		background-color:#999;
	}

/*OBRAS*/
.obras-bg{
	width:198px;
	height:198px;
	border-radius:250px;
	float:left;
	border:1px solid #CCC;
	background:#FFF;
	margin:0px 0px 80px 0px;
}
	.obras-bg p{
		font-size:18px;
		color:#666;
		text-align:center;
	}
.obras-conteudo-bg{
	width:178px;
	height:178px;
	margin:10px;
	overflow:hidden;
	border-radius:250px;
}
.obras-imagem{
	width:178px;
	height:178px;
	overflow:hidden;
}
	.obras-imagem img{
		width:220px;
		min-height:220px;
		margin:-10px
	}
.obras-espaco{
	width:25px;
	height:198px;
	float:left;
}
.portfolio-titulo{
	width:100%;
	height:auto;
	padding:0px 0px 10px 0px;
}
	.portfolio-titulo h2{
		margin:0px;
		text-align:left;
		color:#F50;
		font-size:36px;
		text-transform:uppercase;
	}
.portfolio-imagem{
	width:450px;
	height:auto;
	float:left;
}
.portfolio-imagem-principal{
	width:450px;
	height:350px;
	overflow:hidden;
}
	.portfolio-imagem-principal img{
		width:450px;
		height:350px;
	}
.portfolio-imagem-alternativa{
	width:400px;
	height:90px;
	margin:10px 0px;
	overflow:hidden;
}
	.portfolio-imagem-alternativa img{
		width:100px;
		height:80px;
	}
.portfolio-texto{
	width:330px;
	height:400px;
	margin:0px 0px 0px 0px;
	float:right;
}
	.portfolio-texto h3{
		margin:0px 0px 0px 20px;
		color:#036;
		font-size:24px;
	}
	.portfolio-texto p{
		margin:0px 0px 0px 20px;
		color:#999;
		font-size:18px;
	}
	
/*CLIENTES*/
.clientes-bg{
	width:198px;
	height:198px;
	border-radius:250px;
	float:left;
	border:1px solid #CCC;
	background:#FFF;
	margin:0px 0px 25px 0px;
}
.clientes-conteudo-bg{
	width:178px;
	height:178px;
	margin:10px;
	overflow:hidden;
	border-radius:250px;
}
.clientes-imagem{
	width:178px;
	height:178px;
	overflow:hidden;
}
	.clientes-imagem table{
		width:178px;
		height:178px;
	}
	.clientes-imagem img{
		max-width:150px;
		max-height:120px;
		margin:0px 10px;
	}
.clientes-espaco{
	width:25px;
	height:198px;
	float:left;
}

/*FORNECEDOR*/	
.fornecedor1 p{
		column-width:535px;
		column-gap:30px;
		column-count:2;
		margin:0px;
		color:#666;
		text-align:justify;
		font-size:16px;
		line-height:26px;
	}
.fornecedor-input4{
	width:728px;
	height:40px;
	border:1px solid #C93;
	outline:none;
	font-size:18px;
	color:#666;
}
.fornecedor-input2{
	width:360px;
	height:40px;
	border:1px solid #C93;
	margin:0px 0px 10px;
	outline:none;
	font-size:18px;
	color:#666;
}
.fornecedor-textarea{
	width:542px;
	height:100px;
	border:1px solid #C93;
	margin:0px 0px 10px;
	outline:none;
	font-size:18px;
	color:#666;
}
.fornecedor-submit{
	width:100px;
	height:100px;
	border:none;
	border-radius:500px;
	margin:0px 500px 50px;
	font-size:16px;
	color:#FFF;
	background:#AAA;
	transition:ease-in-out 0.3s;
}
.fornecedor-submit:hover{
	background:#C93;
}

/*CONTATO*/	
.contato{
	width:100%;
	height:auto;
	margin:50px 0px;
}
	.contato1 p{
		font-size:20px;
		text-align:center;
		color:#FFF;
	}
	.contato1 table{
		width:100%;
		height:100%;
	}
.contato-telefone{
	width:250px;
	height:250px;
	margin:25px 0px 0px 75px;
	overflow:hidden;
	border-radius:300px;
	float:left;
	transition:ease-in-out 0.3s;
	background-image:url(../img/contato/phone.png);
	background-color:#AAA;
	background-position:100px 100px;
	background-size:70%;
	background-repeat:no-repeat;
} 
	.contato-telefone:hover{
		background-color:#999;	
	}
.contato-email{
	width:300px;
	height:300px;
	margin:0px 75px;
	overflow:hidden;
	border-radius:300px;
	float:left;
	transition:ease-in-out 0.3s;
	background-image:url(../img/contato/email.png);
	background-color:#AAA;
	background-position:100px 100px;
	background-size:70%;
	background-repeat:no-repeat;
} 
	.contato-email:hover{
		background-color:#999;	
	}
.contato-endereco{
	width:250px;
	height:250px;
	margin:25px 0px 0px 0px;
	overflow:hidden;
	border-radius:300px;
	float:left;
	transition:ease-in-out 0.3s;
	background-image:url(../img/contato/place.png);
	background-color:#AAA;
	background-position:100px 100px;
	background-size:70%;
	background-repeat:no-repeat;
} 
	.contato-endereco:hover{
		background-color:#999;	
	}
.contato-input2{
	width:360px;
	height:40px;
	border:1px solid #C93;
	margin:0px 0px 10px;
	outline:none;
	font-size:18px;
	color:#666;
}
.contato-textarea{
	width:1095px;
	height:150px;
	border:1px solid #C93;
	margin:0px 0px 10px;
	outline:none;
	font-size:18px;
	color:#666;
}
.contato-submit{
	width:100px;
	height:100px;
	border:none;
	border-radius:250px;
	margin:0px 500px 50px;
	font-size:16px;
	color:#FFF;
	background:#AAA;
	transition:ease-in-out 0.3s;
}
.contato-submit:hover{
	background:#C93;
}

/*RODAPE*/
.rodape-efeito{
	width:100%;
	height:5px;
	background:#A82;
	margin:-15px 0px 10px 0px;
}
.rodape{
	width:100%;
	height:160px;
	background:#FFF;
	background-image:url('http://www.egg-tooth.com/wp-content/uploads/2014/01/clean-white-polygon-backgrounds-7.jpg');
	background-attachment:fixed;
	background-size:cover;

	margin:0px 0px 0px 0px;
}
.rodape-marca{
	width:200px;
	height:160px;
	float:left;
}
	.rodape-marca img{
		height:100px;
		margin:30px 0px;
	}
.rodape-menu{
	width:800px;
	height:160px;
	float:right;
}
	.rodape-menu ul{
		margin:50px 0px;
		padding:0px;
		list-style:none;
	}
	.rodape-menu li{
		float:left;
		margin:7px;
		background:#444;
		padding:7px;
		font-size:15px;
		color:#CCC;
	}
.rodape-assinatura{
	width:100%;
	height:30px;
	background:#A82;
	margin:0px 0px 0px 0px;
}
	.rodape-assinatura h6{
		margin:0px;
		padding:10px 0px 0px 0px;
		text-align:right;
		color:#FFF;
	}
	.rodape-assinatura a{
		color:#FFF;
	}